home *** CD-ROM | disk | FTP | other *** search
- .TH NTH
- 6 "IRIT Version 6.0"
- .SH NAME
- NTH
-
-
-
- AnyType NTH( ListType ListObject, NumericType Index )
-
- Returns the Index (base count 1) element of the list ListObject.
-
- Example:
-
- Lst = list( a, list( b, c ), d );
- Lst2 = NTH( Lst, 2 );
-
- and now Lst2 is equal to 'list( b, c )'.
-